CI: Test NumPy 2.1 in the GMT Tests workflow #3401
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
Bumps numpy from 2.0 to 2.1. NumPy 2.1.0 was released on 8 Aug 2024.
This is in line with PyGMT's policy on SPEC0 at https://www.pygmt.org/v0.12.0/maintenance.html#dependencies-policy, xref #2863.
Note that the branch protection rules at GenericMappingTools/pygmt/settings/branches will need to be changed to use Python 3.12/Numpy 2.1 instead of Python 3.12/Numpy 1.0 before this Pull Request is merged.
Supersedes #3292